home *** CD-ROM | disk | FTP | other *** search
/ Virtual Valerie 2 / Virtual Valerie 2.iso / pc / data / dg1 / 00150.ls < prev    next >
Encoding:
Text File  |  1995-01-19  |  185 b   |  13 lines

  1. on exitFrame
  2.   global D3
  3.   set the constraint of sprite 10 to 11
  4.   puppetSound("pding")
  5.   if D3 = 0 then
  6.     ORGASM()
  7.     set D3 to 1
  8.   end if
  9.   PRINTSCORE()
  10.   FINALE()
  11.   BBCHECK()
  12. end
  13.